home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000443_news@columbia.edu _Thu Aug 3 10:11:58 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA06611
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 3 Aug 2000 10:11:58 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA26471
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 3 Aug 2000 10:11:58 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA29454
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 3 Aug 2000 09:45:49 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Kermit as a test tool? (Serial, telnet, run commands)
  14. Date: 3 Aug 2000 13:45:48 GMT
  15. Organization: Columbia University
  16. Message-ID: <8mbt2c$sob$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8F8555D76nkjmanbwdk@172.16.1.41>,
  20. Niels Kristian Jensen <nkj@manbw.dk> wrote:
  21. : I've been reading some of the postings and it seems to me that Kermit may 
  22. : be the test tool, I need.
  23. : The manual testing goes like this:
  24. : Set compile options (done with a simple external command)
  25. : compile/link (an external command)
  26. : download to embedded target using an external command controlling a target 
  27. : connected probe
  28. : send a reset and run command via telnet to a target connected probe (kermit 
  29. : script?)
  30. : read the result on a serial link (kermit script?)
  31. : repeat with new compile options/new application.
  32. : Could I use Kermit to automate this procedure ? I've played some with 
  33. : MSKERMIT 3.14, which I used a lot some years ago. It works except Telnet 
  34. : (my development platform is Windows NT 4.0)
  35. Yes, Kermit can do all that quite easily.  For NT you'll need Kermit 95:
  36.  
  37.   http://www.columbia.edu/kermit/k95.html
  38.  
  39. - Frank